Auto merge of #3217 - alexcrichton:fix-regression, r=brson
authorbors <bors@rust-lang.org>
Wed, 26 Oct 2016 00:00:14 +0000 (17:00 -0700)
committerGitHub <noreply@github.com>
Wed, 26 Oct 2016 00:00:14 +0000 (17:00 -0700)
commitbe010b545fef76858ad74a5f4a188e42e1fffb91
treee09fcc239be137aac249f70b7fdec1dc3d0150c0
parentad47f0a092e3b79718b2e529f763f70421255513
parentc8a5dcd28f3ca221b4a2e0be2e153eb8089dd419
Auto merge of #3217 - alexcrichton:fix-regression, r=brson

Ignore summaries in downloaded crates

Unfortunately historical Cargo bugs have made it such that the index sometimes
differs from the actual crate we download. Let's respect the index, however,
which should be our source of truth.

Closes #3214